object AboutBox: TAboutBox Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'About' ClientHeight = 230 ClientWidth = 298 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 182 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 20 Top = 18 Width = 34 Height = 32 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 140 Height = 19 Caption = 'Castillo TextEditor' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 44 Height = 13 Caption = 'Version 2' IsControl = True end object Copyright: TLabel Left = 8 Top = 62 Width = 133 Height = 13 Caption = '(C) Carlos Castillo 1997' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Comments: TLabel Left = 11 Top = 81 Width = 262 Height = 52 AutoSize = False Caption = 'This is an unlicensed copy for evaluation use only. If you decid' + 'e not to register you must delete this program from you hard dri' + 've. For more information see Register.TXT.' WordWrap = True IsControl = True end object Label1: TLabel Left = 11 Top = 141 Width = 257 Height = 29 AutoSize = False Caption = 'Please send comments and sugestions to Carlos Castillo at 73050.' + '2762@compuserve.com' WordWrap = True end end object BitBtn1: TBitBtn Left = 111 Top = 197 Width = 75 Height = 25 TabOrder = 1 OnClick = OKButtonClick Kind = bkOK end end